projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df74da
)
(print): Declare local variable C as `int' instead of
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Feb 1998 08:27:19 +0000
(08:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Feb 1998 08:27:19 +0000
(08:27 +0000)
`unsigned char' to handle multibyte character code.
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index e3fbc393fea6e3c27aa543b3bb9a2903bc68071e..f4b10c49770227f096d43cb658e7d6879d7eccda 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-1216,7
+1216,7
@@
print (obj, printcharfun, escapeflag)
register int confusing;
register unsigned char *p = XSYMBOL (obj)->name->data;
register unsigned char *end = p + XSYMBOL (obj)->name->size_byte;
- register
unsigned char
c;
+ register
int
c;
int i, i_byte, size_byte;
Lisp_Object name;